libreoffice.git
19 months agoMerge libreoffice (4:24.2.5-3) import into refs/heads/workingbranch
Rene Engelhard [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Merge libreoffice (4:24.2.5-3) import into refs/heads/workingbranch

19 months agogcc-14-armhf-registers
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
gcc-14-armhf-registers

commit f1a9a0be059727fddf48058b0084c89ec00f1eb9 (HEAD -> master)
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Thu Aug 8 17:36:14 2024 +0200

    fix build on armhf with gcc 14

    /uno2cpp.cxx: In function ‘void {anonymous}::callVirtualMethod(void*, sal_Int32, void*, typelib_TypeDescriptionReference*, sal_uInt32*, sal_uInt32, sal_uInt32*, sal_uInt32, double*)’:
    /<<PKGBUILDDIR>>/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.cxx:278:5: error: ‘asm’ operand has impossible constraints or there are not enough registers
      278 |     __asm__ __volatile__ (
          |     ^~~~~~~
    make[2]: *** [/<<PKGBUILDDIR>>/solenv/gbuild/LinkTarget.mk:338: /<<PKGBUILDDIR>>/workdir/CxxObject/bridges/source/cpp_uno/gcc3_linux_arm/uno2cpp.o] Error 1

    Just removing them makes it work, they are mentioned before anyway, too
    (thanks Caolan)

    Change-Id: Ibb9118b268a587ebdcfce343e2ee2605ac979915

Gbp-Pq: Name gcc-14-armhf-registers.diff

19 months agoUpdate to ICU 74.1
Taichi Haradaguchi [Tue, 31 Oct 2023 10:46:23 +0000 (19:46 +0900)]
Update to ICU 74.1

https://icu.unicode.org/download/74

Unicode 15.1
https://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html

CLDR 44
https://cldr.unicode.org/index/downloads/cldr-44

New Unicode blocks:
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I

Change-Id: Ic9196e10138663d07235f5ebd9cc4bf3a9750824
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158749
Tested-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Gbp-Pq: Name icu-74.1.diff

19 months ago[PATCH] tdf#49885 BreakIterator rule upgrades
Jonathan Clark [Wed, 17 Apr 2024 15:09:50 +0000 (09:09 -0600)]
[PATCH] tdf#49885 BreakIterator rule upgrades

This change re-bases the BreakIterator rule customizations on top of a
clean copy of the ICU 74.2 rules.

Change-Id: Iadcf16cab138cc6c869fac61ad64e996e65b5ae4

Gbp-Pq: Name breakiterator-updates.diff

19 months ago[PATCH] tdf#49885 Reviewed BreakIterator customizations
Jonathan Clark [Thu, 11 Apr 2024 22:42:39 +0000 (16:42 -0600)]
[PATCH] tdf#49885 Reviewed BreakIterator customizations

This change completes the review of BreakIterator rule customizations,
and adds unit tests for relevant customizations.

Change-Id: I06678fcccfc48d020aac64dd9f58ff36a763af30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166017
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Gbp-Pq: Name reviewed-breakIterator-customizations.diff

19 months agotdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8
Ilmari Lauhakangas [Thu, 21 Dec 2023 10:01:50 +0000 (12:01 +0200)]
tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8

Change-Id: Ic5b7c60613b22f5215cb1a2a13fecf3e0946ca49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161089
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Gbp-Pq: Name use-PyConfig.diff

19 months agosplit-sdbc-firebird-mariadb
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
split-sdbc-firebird-mariadb

Gbp-Pq: Name split-sdbc-firebird-mariadb.diff

19 months agopdfium-ports
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
pdfium-ports

Gbp-Pq: Name pdfium-ports.diff

19 months ago[PATCH] (riscv64) Fix Java bridgetest failure
Sakura286 [Tue, 19 Dec 2023 08:21:33 +0000 (08:21 +0000)]
[PATCH] (riscv64) Fix Java bridgetest failure

* Refactor the code related to struct processing. Fix Java bridge-
  test failure. Fixed test list:
  * bridgetest-javaserver
  * [CUT] smoketest
  * [JUT] forms_unoapi_1
  * [JUT] forms_unoapi_2
  * [JUT] forms_unoapi_3
  * [JUT] forms_unoapi_4
* Clean higher bit to prevent compiler generate wrong code when
  pyuno calls functions through UNO environment. This fixes some
  weired uitest failure.
* Reorder the datatype list. Optimize the inserting args section in
  uno2cpp.cxx.
* Remove some unused code.

Change-Id: I74330126d31d847485b1d81fc34376b1d020f886

Gbp-Pq: Name fix-riscv64-bridge.diff

19 months ago[PATCH] fix system-abseil build even with 2022 version
Rene Engelhard [Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)]
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff

19 months agoadapt-for-new-carlito
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
adapt-for-new-carlito

Gbp-Pq: Name adapt-for-new-carlito.diff

19 months agowe-dont-have-the-needed-fonts
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
we-dont-have-the-needed-fonts

Gbp-Pq: Name we-dont-have-the-needed-fonts.diff

19 months agodo-not-abort-on-NON_APPLICATION_FONT_USE
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
do-not-abort-on-NON_APPLICATION_FONT_USE

Gbp-Pq: Name do-not-abort-on-NON_APPLICATION_FONT_USE.diff

19 months agomoreIconsDialog-accesses-internet
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
moreIconsDialog-accesses-internet

Gbp-Pq: Name moreIconsDialog-accesses-internet.diff

19 months agoExplicitly set fpu mode on armhf
Rico Tzschichholz [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Explicitly set fpu mode on armhf

Gbp-Pq: Name arm-fp-mode.diff

19 months agoSupport tofu+pgp trust model in GnuPG
Benjamin Barenblat [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Support tofu+pgp trust model in GnuPG

Bug-Debian: https://bugs.debian.org/955271
Forwarded: no

GnuPG supports a trust-on-first-use layer that sits on top of the
standard PGP trust model. If this is enabled, 'gpg --list-keys' needs
write and lock permissions on the TOFU database to return any useful
data. Allow this access through AppArmor.

Gbp-Pq: Name apparmor-gnupg-tofu.diff

19 months agoapparmor-updates
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
apparmor-updates

Gbp-Pq: Name apparmor-updates.diff

19 months ago[PATCH] Resolves: rhbz#1432468 disable opencl by default
Caolán McNamara [Mon, 27 Mar 2017 10:47:01 +0000 (11:47 +0100)]
[PATCH] Resolves: rhbz#1432468 disable opencl by default

Change-Id: Ie037fcabdd219f195425979dd721501fb5527573

Gbp-Pq: Name no-opencl-per-default.diff

19 months agodisable-shortcuts_tab_navigation-uitest
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
disable-shortcuts_tab_navigation-uitest

Gbp-Pq: Name disable-shortcuts_tab_navigation-uitest.diff

19 months agoadd-access2base-doc
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
add-access2base-doc

Gbp-Pq: Name add-access2base-doc.diff

19 months agoAdd safer float comparisons to bridgetest equals()
Marcus Tomlinson [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Add safer float comparisons to bridgetest equals()

Bug-Ubuntu: https://launchpad.net/bugs/1832360

Gbp-Pq: Name fix-flaky-bridgetest.diff

19 months agoapparmor-opencl
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
apparmor-opencl

apparmor: Add opencl support

AppArmor in Debian Buster now has OpenCL abstractions.

Include OpenCL abstractions to fix OpenCL usage in Calc.

Gbp-Pq: Name apparmor-opencl.diff

19 months ago[PATCH] mariadb
Markus Koschany [Fri, 9 Nov 2018 22:06:15 +0000 (23:06 +0100)]
[PATCH] mariadb

Gbp-Pq: Name use-mariadb-java-instead-of-mysql-java.diff

19 months agodisableClassPathURLCheck
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
disableClassPathURLCheck

Gbp-Pq: Name disableClassPathURLCheck.diff

19 months agoapparmor-mesa
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
apparmor-mesa

Gbp-Pq: Name apparmor-mesa.diff

19 months ago[PATCH] apparmor: use dri-enumerate abstraction
Vincas Dargis [Sat, 4 Aug 2018 14:40:05 +0000 (17:40 +0300)]
[PATCH] apparmor: use dri-enumerate abstraction

Remove backported rule and use new dri-enumerate abstraction instead.
dri-enumerate is available in AppArmor 2.13, which recently migrated
into Debian Buster.

Change-Id: I64919edc1882f7bc1e65cfb94686464c5350f699

Gbp-Pq: Name apparmor-cleanups.diff

19 months agoapparmor-allow-java.security
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
apparmor-allow-java.security

Gbp-Pq: Name apparmor-allow-java.security.diff

19 months agodo-not-hide-test-output
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
do-not-hide-test-output

Gbp-Pq: Name do-not-hide-test-output.diff

19 months agodisable-java-in-odk-build-examples-on-zero-vm
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
disable-java-in-odk-build-examples-on-zero-vm

Gbp-Pq: Name disable-java-in-odk-build-examples-on-zero-vm.diff

19 months agoappstream-ignore-startcenter
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
appstream-ignore-startcenter

Gbp-Pq: Name appstream-ignore-startcenter.diff

19 months agoHide startcenter and math from the shell
Olivier Tilloy [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Hide startcenter and math from the shell

Bug-Ubuntu: https://launchpad.net/bugs/1696250
Forwarded: not-needed

Gbp-Pq: Name hide-math-desktop-file.patch

19 months agoapparmor-complain
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
apparmor-complain

Gbp-Pq: Name apparmor-complain.diff

19 months agocppunit-optional
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
cppunit-optional

Gbp-Pq: Name cppunit-optional.diff

19 months agosystem-officeotron-and-odfvalidator
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
system-officeotron-and-odfvalidator

Gbp-Pq: Name system-officeotron-and-odfvalidator.diff

19 months agono-packagekit-per-default
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
no-packagekit-per-default

Gbp-Pq: Name no-packagekit-per-default.diff

19 months agojavadoc-optional
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
javadoc-optional

Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.

Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.

Gbp-Pq: Name javadoc-optional.diff

19 months agofix-internal-hsqldb-build
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
fix-internal-hsqldb-build

Gbp-Pq: Name fix-internal-hsqldb-build.diff

19 months agodisable-flaky-tests
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
disable-flaky-tests

14:13 < mst__> _rene_, the toolkit unoapi tests are known to be flaky (in some
               system dependent way) e.g. on the Win@6 tinderbox it always
               crashes
14:14 < mst__> _rene_, sc.ScAccessible* tests also fail on some systems some of
               the time

Gbp-Pq: Name disable-flaky-tests.diff

19 months agodebian-hardened-buildflags-no-LO-fstack-protector-strong
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
debian-hardened-buildflags-no-LO-fstack-protector-strong

don't hardcode -fstack-protector-strong in configure.ac/gbuild. We get the
hardening flags from dpkg-buildflags anyway.

Gbp-Pq: Name debian-hardened-buildflags-no-LO-fstack-protector-strong.diff

19 months agodebian-hardened-buildflags-CPPFLAGS
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
debian-hardened-buildflags-CPPFLAGS

Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff

19 months agomediwiki-oor-replace
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
mediwiki-oor-replace

Gbp-Pq: Name mediwiki-oor-replace.diff

19 months agomake-package-modules-not-suck
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
make-package-modules-not-suck

Gbp-Pq: Name make-package-modules-not-suck.diff

19 months agojdbc-driver-classpaths
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
jdbc-driver-classpaths

Gbp-Pq: Name jdbc-driver-classpaths.diff

19 months agoreportdesign-mention-package
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
reportdesign-mention-package

Gbp-Pq: Name reportdesign-mention-package.diff

19 months agosensible-lomua
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
sensible-lomua

===================================================================

Gbp-Pq: Name sensible-lomua.diff

19 months agohelp-msg-add-package-info
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
help-msg-add-package-info

Gbp-Pq: Name help-msg-add-package-info.diff

19 months agomention-java-common-package
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
mention-java-common-package

Gbp-Pq: Name mention-java-common-package.diff

19 months agoinstall-fixes
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
install-fixes

Gbp-Pq: Name install-fixes.diff

19 months agobuild-against-shared-lpsolve
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
build-against-shared-lpsolve

Gbp-Pq: Name build-against-shared-lpsolve.diff

19 months agodebian-debug
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
debian-debug

Gbp-Pq: Name debian-debug.diff

19 months agosplit-evoab
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
split-evoab

Gbp-Pq: Name split-evoab.diff

19 months agojurt-soffice-location
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
jurt-soffice-location

commit b71107fb12e3c3125e0cb62c5a4f6636a80c6408
Author:     Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
AuthorDate: Tue Jun 7 11:52:37 2011 +0200
Commit:     Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
CommitDate: Tue Jun 7 11:52:37 2011 +0200

    on debian-based systems, we know where our soffice binary is

Gbp-Pq: Name jurt-soffice-location.diff

19 months agodebian-opt
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
debian-opt

Gbp-Pq: Name debian-opt.diff

19 months agono-check-if-root
Debian LibreOffice Maintainers [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
no-check-if-root

Gbp-Pq: Name no-check-if-root.diff

19 months agolibreoffice (4:24.2.5-3) unstable; urgency=medium
Rene Engelhard [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
libreoffice (4:24.2.5-3) unstable; urgency=medium

  * debian/rules: add armel to JAVA_BRIDGE_BROKEN_ARCHS

[dgit import unpatched libreoffice 4:24.2.5-3]

19 months agoImport libreoffice_24.2.5-3.debian.tar.xz
Rene Engelhard [Fri, 9 Aug 2024 15:22:35 +0000 (17:22 +0200)]
Import libreoffice_24.2.5-3.debian.tar.xz

[dgit import tarball libreoffice 4:24.2.5-3 libreoffice_24.2.5-3.debian.tar.xz]

20 months agoMerge libreoffice (4:24.2.5-1) import into refs/heads/workingbranch
Rene Engelhard [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Merge libreoffice (4:24.2.5-1) import into refs/heads/workingbranch

20 months agoImport libreoffice_24.2.5.orig.tar.xz
Rene Engelhard [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Import libreoffice_24.2.5.orig.tar.xz

[dgit import orig libreoffice_24.2.5.orig.tar.xz]

20 months agoImport libreoffice_24.2.5.orig-helpcontent2.tar.xz
Rene Engelhard [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Import libreoffice_24.2.5.orig-helpcontent2.tar.xz

[dgit import orig libreoffice_24.2.5.orig-helpcontent2.tar.xz]

20 months agoImport libreoffice_24.2.5.orig-translations.tar.xz
Rene Engelhard [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Import libreoffice_24.2.5.orig-translations.tar.xz

[dgit import orig libreoffice_24.2.5.orig-translations.tar.xz]

20 months agoUpdate to ICU 74.1
Taichi Haradaguchi [Tue, 31 Oct 2023 10:46:23 +0000 (19:46 +0900)]
Update to ICU 74.1

https://icu.unicode.org/download/74

Unicode 15.1
https://blog.unicode.org/2023/09/announcing-unicode-standard-version-151.html

CLDR 44
https://cldr.unicode.org/index/downloads/cldr-44

New Unicode blocks:
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I

Change-Id: Ic9196e10138663d07235f5ebd9cc4bf3a9750824
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158749
Tested-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Gbp-Pq: Name icu-74.1.diff

20 months ago[PATCH] tdf#49885 BreakIterator rule upgrades
Jonathan Clark [Wed, 17 Apr 2024 15:09:50 +0000 (09:09 -0600)]
[PATCH] tdf#49885 BreakIterator rule upgrades

This change re-bases the BreakIterator rule customizations on top of a
clean copy of the ICU 74.2 rules.

Change-Id: Iadcf16cab138cc6c869fac61ad64e996e65b5ae4

Gbp-Pq: Name breakiterator-updates.diff

20 months ago[PATCH] tdf#49885 Reviewed BreakIterator customizations
Jonathan Clark [Thu, 11 Apr 2024 22:42:39 +0000 (16:42 -0600)]
[PATCH] tdf#49885 Reviewed BreakIterator customizations

This change completes the review of BreakIterator rule customizations,
and adds unit tests for relevant customizations.

Change-Id: I06678fcccfc48d020aac64dd9f58ff36a763af30
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166017
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Gbp-Pq: Name reviewed-breakIterator-customizations.diff

20 months agotdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8
Ilmari Lauhakangas [Thu, 21 Dec 2023 10:01:50 +0000 (12:01 +0200)]
tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8

Change-Id: Ic5b7c60613b22f5215cb1a2a13fecf3e0946ca49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161089
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Gbp-Pq: Name use-PyConfig.diff

20 months agosplit-sdbc-firebird-mariadb
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
split-sdbc-firebird-mariadb

Gbp-Pq: Name split-sdbc-firebird-mariadb.diff

20 months agopdfium-ports
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
pdfium-ports

Gbp-Pq: Name pdfium-ports.diff

20 months ago[PATCH] (riscv64) Fix Java bridgetest failure
Sakura286 [Tue, 19 Dec 2023 08:21:33 +0000 (08:21 +0000)]
[PATCH] (riscv64) Fix Java bridgetest failure

* Refactor the code related to struct processing. Fix Java bridge-
  test failure. Fixed test list:
  * bridgetest-javaserver
  * [CUT] smoketest
  * [JUT] forms_unoapi_1
  * [JUT] forms_unoapi_2
  * [JUT] forms_unoapi_3
  * [JUT] forms_unoapi_4
* Clean higher bit to prevent compiler generate wrong code when
  pyuno calls functions through UNO environment. This fixes some
  weired uitest failure.
* Reorder the datatype list. Optimize the inserting args section in
  uno2cpp.cxx.
* Remove some unused code.

Change-Id: I74330126d31d847485b1d81fc34376b1d020f886

Gbp-Pq: Name fix-riscv64-bridge.diff

20 months ago[PATCH] fix system-abseil build even with 2022 version
Rene Engelhard [Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)]
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff

20 months agoadapt-for-new-carlito
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
adapt-for-new-carlito

Gbp-Pq: Name adapt-for-new-carlito.diff

20 months agowe-dont-have-the-needed-fonts
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
we-dont-have-the-needed-fonts

Gbp-Pq: Name we-dont-have-the-needed-fonts.diff

20 months agodo-not-abort-on-NON_APPLICATION_FONT_USE
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
do-not-abort-on-NON_APPLICATION_FONT_USE

Gbp-Pq: Name do-not-abort-on-NON_APPLICATION_FONT_USE.diff

20 months agomoreIconsDialog-accesses-internet
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
moreIconsDialog-accesses-internet

Gbp-Pq: Name moreIconsDialog-accesses-internet.diff

20 months agoExplicitly set fpu mode on armhf
Rico Tzschichholz [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Explicitly set fpu mode on armhf

Gbp-Pq: Name arm-fp-mode.diff

20 months agoSupport tofu+pgp trust model in GnuPG
Benjamin Barenblat [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Support tofu+pgp trust model in GnuPG

Bug-Debian: https://bugs.debian.org/955271
Forwarded: no

GnuPG supports a trust-on-first-use layer that sits on top of the
standard PGP trust model. If this is enabled, 'gpg --list-keys' needs
write and lock permissions on the TOFU database to return any useful
data. Allow this access through AppArmor.

Gbp-Pq: Name apparmor-gnupg-tofu.diff

20 months agoapparmor-updates
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
apparmor-updates

Gbp-Pq: Name apparmor-updates.diff

20 months ago[PATCH] Resolves: rhbz#1432468 disable opencl by default
Caolán McNamara [Mon, 27 Mar 2017 10:47:01 +0000 (11:47 +0100)]
[PATCH] Resolves: rhbz#1432468 disable opencl by default

Change-Id: Ie037fcabdd219f195425979dd721501fb5527573

Gbp-Pq: Name no-opencl-per-default.diff

20 months agodisable-shortcuts_tab_navigation-uitest
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
disable-shortcuts_tab_navigation-uitest

Gbp-Pq: Name disable-shortcuts_tab_navigation-uitest.diff

20 months agoadd-access2base-doc
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
add-access2base-doc

Gbp-Pq: Name add-access2base-doc.diff

20 months agoAdd safer float comparisons to bridgetest equals()
Marcus Tomlinson [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Add safer float comparisons to bridgetest equals()

Bug-Ubuntu: https://launchpad.net/bugs/1832360

Gbp-Pq: Name fix-flaky-bridgetest.diff

20 months agoapparmor-opencl
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
apparmor-opencl

apparmor: Add opencl support

AppArmor in Debian Buster now has OpenCL abstractions.

Include OpenCL abstractions to fix OpenCL usage in Calc.

Gbp-Pq: Name apparmor-opencl.diff

20 months ago[PATCH] mariadb
Markus Koschany [Fri, 9 Nov 2018 22:06:15 +0000 (23:06 +0100)]
[PATCH] mariadb

Gbp-Pq: Name use-mariadb-java-instead-of-mysql-java.diff

20 months agodisableClassPathURLCheck
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
disableClassPathURLCheck

Gbp-Pq: Name disableClassPathURLCheck.diff

20 months agoapparmor-mesa
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
apparmor-mesa

Gbp-Pq: Name apparmor-mesa.diff

20 months ago[PATCH] apparmor: use dri-enumerate abstraction
Vincas Dargis [Sat, 4 Aug 2018 14:40:05 +0000 (17:40 +0300)]
[PATCH] apparmor: use dri-enumerate abstraction

Remove backported rule and use new dri-enumerate abstraction instead.
dri-enumerate is available in AppArmor 2.13, which recently migrated
into Debian Buster.

Change-Id: I64919edc1882f7bc1e65cfb94686464c5350f699

Gbp-Pq: Name apparmor-cleanups.diff

20 months agoapparmor-allow-java.security
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
apparmor-allow-java.security

Gbp-Pq: Name apparmor-allow-java.security.diff

20 months agodo-not-hide-test-output
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
do-not-hide-test-output

Gbp-Pq: Name do-not-hide-test-output.diff

20 months agodisable-java-in-odk-build-examples-on-zero-vm
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
disable-java-in-odk-build-examples-on-zero-vm

Gbp-Pq: Name disable-java-in-odk-build-examples-on-zero-vm.diff

20 months agoappstream-ignore-startcenter
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
appstream-ignore-startcenter

Gbp-Pq: Name appstream-ignore-startcenter.diff

20 months agoHide startcenter and math from the shell
Olivier Tilloy [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
Hide startcenter and math from the shell

Bug-Ubuntu: https://launchpad.net/bugs/1696250
Forwarded: not-needed

Gbp-Pq: Name hide-math-desktop-file.patch

20 months agoapparmor-complain
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
apparmor-complain

Gbp-Pq: Name apparmor-complain.diff

20 months agocppunit-optional
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
cppunit-optional

Gbp-Pq: Name cppunit-optional.diff

20 months agosystem-officeotron-and-odfvalidator
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
system-officeotron-and-odfvalidator

Gbp-Pq: Name system-officeotron-and-odfvalidator.diff

20 months agono-packagekit-per-default
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
no-packagekit-per-default

Gbp-Pq: Name no-packagekit-per-default.diff

20 months agojavadoc-optional
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
javadoc-optional

Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.

Gemeinsame Unterverzeichnisse: odk-old/config und odk/config.
Gemeinsame Unterverzeichnisse: odk-old/docs und odk/docs.
Gemeinsame Unterverzeichnisse: odk-old/examples und odk/examples.

Gbp-Pq: Name javadoc-optional.diff

20 months agofix-internal-hsqldb-build
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
fix-internal-hsqldb-build

Gbp-Pq: Name fix-internal-hsqldb-build.diff

20 months agodisable-flaky-tests
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
disable-flaky-tests

14:13 < mst__> _rene_, the toolkit unoapi tests are known to be flaky (in some
               system dependent way) e.g. on the Win@6 tinderbox it always
               crashes
14:14 < mst__> _rene_, sc.ScAccessible* tests also fail on some systems some of
               the time

Gbp-Pq: Name disable-flaky-tests.diff

20 months agodebian-hardened-buildflags-no-LO-fstack-protector-strong
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
debian-hardened-buildflags-no-LO-fstack-protector-strong

don't hardcode -fstack-protector-strong in configure.ac/gbuild. We get the
hardening flags from dpkg-buildflags anyway.

Gbp-Pq: Name debian-hardened-buildflags-no-LO-fstack-protector-strong.diff

20 months agodebian-hardened-buildflags-CPPFLAGS
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
debian-hardened-buildflags-CPPFLAGS

Gbp-Pq: Name debian-hardened-buildflags-CPPFLAGS.diff

20 months agomediwiki-oor-replace
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
mediwiki-oor-replace

Gbp-Pq: Name mediwiki-oor-replace.diff

20 months agomake-package-modules-not-suck
Debian LibreOffice Maintainers [Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)]
make-package-modules-not-suck

Gbp-Pq: Name make-package-modules-not-suck.diff